home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 25 / Setup.exe / scripts / frame_141 / DoAction.as
Text File  |  2001-11-16  |  166b  |  8 lines

  1. Temp = "1";
  2. while(Temp < "6")
  3. {
  4.    setProperty("/point0" add Temp, _visible, "0");
  5.    Temp = "1" + Temp;
  6. }
  7. setProperty("/point0" add WhereAmI, _visible, "1");
  8.